home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / vbcc / machines / amiga68k / libsrc / amigalib / beginio.s < prev    next >
Encoding:
Text File  |  1995-10-26  |  184 b   |  12 lines

  1.     section "CODE",code
  2.     cnop    0,4
  3.     xdef    _BeginIO
  4. _BeginIO
  5.     move.l  a6,-(a7)
  6.     move.l  8(a7),a1
  7.     move.l  20(a1),a6
  8.     jsr     -30(a6)
  9.     move.l  (a7)+,a6
  10.     rts
  11.  
  12.